NevronOpenVision
Nevron.Nov Namespace / NAggregatePromise Class / AllResolved Method / AllResolved(INIterable<INPromise>) Method
AllResolved(INIterable<INPromise>) Method
The AllResolved method returns a promise that resolves after all of the given promises have either fulfilled or rejected, with an array of booleans each of which describes whether the promise at the specified ordinal fulfilled or rejected.
Syntax
public static NPromise<bool[]> AllResolved( 
   INIterable<INPromise> promises
)

Parameters

promises
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also